home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
net
/
cnetjam10.lha
/
cnet
/
pfiles
/
fido
/
Call_Jam
< prev
next >
Wrap
Text File
|
1994-07-01
|
677b
|
26 lines
/* Call_Jam, v1.0 by Dotoran */
options results ; tr=transmit ; se=sendstring ; gu=getuser
tr 'n1Jam-Mail Callern1' ; a=1302246
do i=1 to 3 ; gu a+61*i ; arg.i=result ; end i
if arg.1='' then do
se 'Call Who? [Abort]:i128 20}' ; gu 70
node=result ; if node='' then exit
se ' Retries? [99]:i128 3}' ; gu 70
rings=result ; if rings='' then rings=99
se ' Pause? [50]:i128 3}' ; gu 70
hold=result ; if hold='' then hold=50
end
else do
node=arg.1 ; if node='' then exit
rings=arg.2 ; if rings='' then rings=99
hold=arg.3 ; if hold='' then hold=50
end
address command 'rx mail:JamCall.rexx 'node' 'rings' 'hold